.cp-container, div, h1, h2, form, fieldset, input, textarea, footer, p{
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
.cp-container{
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
	background: #F5F5F5;
	color: gray;
	font-family: tahoma;
}
#wrap form p{
	font-family: tahoma;
	font-size: 20px;
	color: #757575;
}
#wrap form a{
	font-family: tahoma;
	font-size: 12px;
	color: #575757;
    text-decoration: underline;
}
#wrap{
	width: 530px;
	margin: 10px auto 0;
    padding-top: 10px;
	height: 800px;
}
#wrap h1{
	margin-top: 15px;
	text-align: center;
	font-size: 30px;
	font-family: '仿宋';
	color: black;
	text-shadow: 1px 1px 1px #BDBDBD;

}
#form-wrap{
	overflow: hidden;
	height: 447px;
	position: relative;
	top: 0px;
	transition: all 1s ease-in-out .3s;
}
#form-wrap:before{
	content: "";
	position: absolute;
	bottom: 128px;
	left: 0px;
	background: url('before.png');
	width: 530px;
	height: 317px;
}
#form-wrap:after{
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	background: url('after.png');
	width: 530px;
	height: 259px;
}
#form-wrap.hide:after,
#form-wrap.hide:before{
	display: none;
}
#form-wrap:hover{
	height: 777px;
	top: -200px;
}
#wrap form{
	background: url('letter_bg.png');
	position: relative;
	top: 200px;
	overflow: hidden;
	height: 200px;
	width: 420px;
	margin: 0px auto;
	padding: 20px;
	border: 1px solid white;
	border-right: 3px;
	transition: all 1s ease-in-out .3s;
}
#form-wrap:hover form{
	height: 530px;
}
#wrap lable{
	margin: 11px 20px 0 0;
	font-size: 15px;
	color: gray;
	text-transform: uppercase;
}
#wrap input[type=text], #wrap textarea{
	font: 14px normal uppercase, arial, serif;
	color: dimgray;
	background: none;
	width: 380px;
	height: 37px;
	padding: 0px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #BDBDBD;
	border-radius: 5px;
}
#wrap textarea{
	height: 80px;
	padding-top: 14px;
}
#wrap textarea:focus,
#wrap input[type=text]:focus{
	background: url('/images/letter_bg.png');
}
#form-wrap input[type=submit]{
	font-family: tahoma;
	font-size: 24px;
	color: gray;
    border: 1px solid #BDBDBD;
	width: 200px;
    margin-left: 90px;
	text-align: center;
	opacity: 0;
	background: none;
	cursor: pointer;
	border-radius: 3px;
	transition: opacity 0.7s ease-in-out 0s;
}
#form-wrap:hover input[type=submit]{
	z-index: 1;
	opacity: 1;
    color: #646464;
	transition: opacity 0.5s ease-in-out 1.3s;
}
